Adwaita: reorderable tabs inhert in backdrop
authorLapo Calamandrei <calamandrei@gmail.com>
Tue, 15 Jul 2014 11:28:40 +0000 (13:28 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Tue, 15 Jul 2014 11:28:40 +0000 (13:28 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index f3f271509c2d46f97094d77998944415b3fa0da5..1baa894d0181be9b686e5853c7d78c670eee5868 100644 (file)
@@ -1271,6 +1271,9 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
     .prelight-page GtkLabel, GtkLabel.prelight-page {
       // prelight tab text
       color: mix($fg_color, $insensitive_fg_color, 50%);
+      &:backdrop { // FIXME, it's the same as GtkLabel:backdrop up here
+        color: mix($backdrop_fg_color, $backdrop_insensitive_color, 50%);
+      }
     }
     .active-page GtkLabel, GtkLabel.active-page {
       // active tab text
index 8334fe1062025a591b58b6b623a3d5ea43da5edb..2a08b6349b410b770ba0cd6220fa298bc4fcfc61 100644 (file)
@@ -1427,6 +1427,8 @@ GtkTreeView.view.progressbar {
         color: #878b8a; }
     .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
       color: #c0c2c0; }
+      .notebook tab .prelight-page GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop {
+        color: #878b8a; }
     .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
       color: #eeeeec; }
       .notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {
index 21845c4c737c919829511d7ed46447ff00463413..3a8e1b7f3fb6433f752028791d6b2b1d8b97dca7 100644 (file)
@@ -1420,6 +1420,8 @@ GtkTreeView.view.progressbar {
         color: #8d9090; }
     .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
       color: #5d6263; }
+      .notebook tab .prelight-page GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop {
+        color: #8d9090; }
     .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
       color: #2e3436; }
       .notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {